ServiceAddDelegate Method (Mailbox, IListDelegateUser, DeliverMeetingRequests) |
Adds delegates to a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateResponse AddDelegate(
Mailbox mailbox,
IList<DelegateUser> delegateUsers,
DeliverMeetingRequests deliverMeetingRequests
)
Public Function AddDelegate (
mailbox As Mailbox,
delegateUsers As IList(Of DelegateUser),
deliverMeetingRequests As DeliverMeetingRequests
) As DelegateResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to add delegates to. - delegateUsers
- Type: System.Collections.GenericIListDelegateUser
The delegate users to add. - deliverMeetingRequests
- Type: Independentsoft.ExchangeDeliverMeetingRequests
Indicates how meeting requests should be sent to delegates.
Return Value
Type:
DelegateResponseA collection of objects that provides the results of the operation.
See Also